In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureDocumentConverter / EmailInjectHeader Property

EmailInjectHeader Property (GdPictureDocumentConverter)

In This Topic
Specifies whether the email header should be injected in the output document.
Syntax
'Declaration
 
Public Property EmailInjectHeader As Boolean
public bool EmailInjectHeader {get; set;}
public read-write property EmailInjectHeader: Boolean; 
public function get,set EmailInjectHeader : boolean
public: __property bool get_EmailInjectHeader();
public: __property void set_EmailInjectHeader( 
   bool value
);
public:
property bool EmailInjectHeader {
   bool get();
   void set (    bool value);
}
Remarks
Default value is true.
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureDocumentConverter
GdPictureDocumentConverter Members